home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_09_02 / 9n02120b < prev    next >
Text File  |  1990-12-03  |  393b  |  12 lines

  1.  
  2.      #ifdef MAIN_FILE
  3.      #define VAR(   ttt, vvv)           ttt vvv
  4.      #define INIT(  ttt, vvv, iii )     ttt vvv = iii
  5.      #define TBL(   ttt, vvv, iii )     ttt vvv = { #include iii }
  6.      #else
  7.      #define VAR(   ttt, vvv )          extern ttt vvv
  8.      #define INIT(   ttt, vvv, iii )    extern ttt vvv
  9.      #define TBL(   ttt, vvv, iii )     extern ttt vvv 
  10.      #endif
  11.  
  12.